Dsl
class Dsl
Types
Properties
Link copied to clipboard
bool allow_undefined_pin_access = 2;
Link copied to clipboard
val availablePins: DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Functions
Link copied to clipboard
fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.add(value: ModuleConfigProtos.RemoteHardwarePin)
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.addAll(values: Iterable<ModuleConfigProtos.RemoteHardwarePin>)
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.clear()
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
bool allow_undefined_pin_access = 2;
Link copied to clipboard
bool enabled = 1;
Link copied to clipboard
inline operator fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.plusAssign(value: ModuleConfigProtos.RemoteHardwarePin)
inline operator fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.plusAssign(values: Iterable<ModuleConfigProtos.RemoteHardwarePin>)
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
operator fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.set(index: Int, value: ModuleConfigProtos.RemoteHardwarePin)
repeated .meshtastic.RemoteHardwarePin available_pins = 3;